home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen… 1994 February Supplement / ARPL-Feb-94-Supplement-PowerPC.iso / 3rd Party PowerPC Demo Apps / ITEDO IsoDraw-I / ITEDO IsoDraw Demo PPC I / ITEDO IsoDraw Demo PPC I.rsrc / STR#_506.txt < prev    next >
Encoding:
Text File  |  1994-01-18  |  668 b   |  66 lines

  1. %%BeginProcSet: Adobe_cshow 1.1 0
  2. % cshow Operator
  3. % Version 1.1 1/23/1989
  4.  
  5.  
  6. % Copyright (C) 1987-1990
  7. % Adobe Systems Incorporated
  8. % All Rights Reserved
  9.  
  10.  
  11. currentpacking true setpacking
  12. userdict /Adobe_cshow 3 dict dup begin put
  13. /initialize
  14.  
  15.  
  16. {
  17. /cshow where
  18.     {
  19.     pop
  20.     }
  21.     {
  22.     userdict /Adobe_cshow_vars 1 dict dup begin put
  23.  
  24.  
  25.     /_cshow
  26.         {} def
  27.     Adobe_cshow begin
  28.     Adobe_cshow
  29.         {
  30.         dup xcheck
  31.  
  32.  
  33.             {
  34.             bind
  35.             } if
  36.         userdict 3 1 roll put
  37.         } forall
  38.  
  39.  
  40.     end
  41.     end
  42.     } ifelse
  43. } def
  44. /terminate
  45. {
  46. } def
  47. /cshow
  48. {
  49. exch
  50. Adobe_cshow_vars
  51.  
  52.  
  53.     exch /_cshow
  54.     exch put
  55.     {
  56.     0 0 Adobe_cshow_vars /_cshow get exec
  57.     } forall
  58.  
  59.  
  60. } def
  61. currentdict readonly pop end
  62. setpacking
  63. %%EndProcSet
  64.  
  65.  
  66.